home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / dskutil / acsademo.zip / ACSA-ON.BAT < prev    next >
DOS Batch File  |  1994-11-18  |  414b  |  17 lines

  1. @echo off
  2. cls
  3. del c:\acsa\*.org
  4. rem CONFIG.SYS modification
  5. copy c:\config.sys c:\acsa\*.org
  6. del c:\config.sys
  7. copy c:\acsa\config.acs c:\*.sys
  8. type c:\acsa\config.org >> c:\config.sys
  9. rem AUTOEXEC.BAT modification
  10. copy c:\autoexec.bat c:\acsa\*.org
  11. del c:\autoexec.bat
  12. copy c:\acsa\autoexec.acs c:\*.bat
  13. type c:\acsa\autoexec.org >> c:\autoexec.bat
  14. type c:\acsa\autoexec.ac2 >> c:\autoexec.bat
  15.  
  16.  
  17.